home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TVIEWFRAME / TVIEWFRAME.txt
Text File  |  2008-11-03  |  7KB  |  239 lines

  1. object ViewFrame: TViewFrame
  2.   Left = 0
  3.   Top = 0
  4.   Width = 443
  5.   Height = 270
  6.   TabOrder = 0
  7.   Visible = False
  8.   object MessagePanel: TUiPanel
  9.     Left = 0
  10.     Top = 205
  11.     Width = 443
  12.     Height = 47
  13.     Align = alBottom
  14.     BevelOuter = bvNone
  15.     BorderStyle = bsSingle
  16.     Color = clInfoBk
  17.     ParentBackground = False
  18.     TabOrder = 0
  19.     Visible = False
  20.     object MessageImage: TUiImage
  21.       Left = 16
  22.       Top = 6
  23.       Width = 32
  24.       Height = 32
  25.       Transparent = True
  26.       ImageIndex = 0
  27.     end
  28.     object MessageLbl: TUiLabel
  29.       Left = 64
  30.       Top = 14
  31.       Height = 13
  32.       Caption = '%'
  33.     end
  34.     object MessageActionLbl: TUiLabel
  35.       Left = 184
  36.       Top = 14
  37.       Height = 13
  38.       Cursor = crHandPoint
  39.       Caption = '%'
  40.       Visible = False
  41.       FontColor = clBlue
  42.       FontStyle = [fsUnderline]
  43.     end
  44.   end
  45.   object StatusBar: TUiStatusBar
  46.     Left = 0
  47.     Top = 252
  48.     Width = 443
  49.     Height = 18
  50.     AutoHint = True
  51.     Panels = <>
  52.   end
  53.   object Actions: TUiActionList
  54.     Images = BcImages.MainImages
  55.     object SessionNewAction: TUiAction
  56.       Category = 'Session'
  57.       Caption = '&New'
  58.       Hint = 'New Session|Lists session types that can be opened in new view.'
  59.       OnExecute = SessionNewPopulate
  60.     end
  61.     object TabNewAction: TUiAction
  62.       Category = 'Session'
  63.       Caption = 'New &Tab'
  64.       Hint = 'New Tab|Opens Home view in new tab.'
  65.       OnExecute = TabNewExecute
  66.     end
  67.     object WindowNewAction: TUiAction
  68.       Category = 'Session'
  69.       Caption = 'New &Window'
  70.       Hint = 'New Window|Opens Home view in new window.'
  71.       OnExecute = WindowNewExecute
  72.     end
  73.     object SessionOpenAction: TUiAction
  74.       Category = 'Session'
  75.       Caption = '&Open Session'
  76.       Hint = 'Open Session|Opens Home in new view.'
  77.       OnExecute = SessionOpenExecute
  78.     end
  79.     object TabNextAction: TUiAction
  80.       Tag = 1
  81.       Category = 'Session'
  82.       Caption = 'Next Tab'
  83.       Hint = 'Next Tab|Selects tab after active one.'
  84.       OnExecute = TabNextExecute
  85.     end
  86.     object TabPrevAction: TUiAction
  87.       Tag = -1
  88.       Category = 'Session'
  89.       Caption = 'Previous Tab'
  90.       Hint = 'Previous Tab|Selects tab before active one.'
  91.       OnExecute = TabNextExecute
  92.     end
  93.     object WorkspaceLoadAction: TUiAction
  94.       Category = 'Session'
  95.       Caption = 'L&oad Workspace'
  96.       Hint = 
  97.         'Load Workspace|Lists saved view configurations that can be resto' +
  98.         'red.'
  99.       OnExecute = WorkspaceLoadPopulate
  100.     end
  101.     object WorkspaceManagerAction: TUiAction
  102.       Category = 'Session'
  103.       Caption = 'Manage Workspaces...'
  104.       Hint = 
  105.         'Manage Workspaces|Manages the saved view configurations that can' +
  106.         ' be restored.'
  107.       OnExecute = WorkspaceManagerExecute
  108.     end
  109.     object WorkspaceSaveAsAction: TUiAction
  110.       Category = 'Session'
  111.       Caption = 'Sa&ve Workspace As...'
  112.       Hint = 'Save Workspace As|Stores current view configuration.'
  113.       OnExecute = WorkspaceSaveAsExecute
  114.     end
  115.     object CloseTabAction: TUiAction
  116.       Category = 'Session'
  117.       Caption = '&Close Tab'
  118.       Hint = 'Close Tab|Closes active tab.'
  119.       OnExecute = CloseTabExecute
  120.     end
  121.     object ExitAction: TUiAction
  122.       Category = 'Session'
  123.       Caption = 'E&xit'
  124.       Hint = 'Exit|Quits the application, prompts to save edits.'
  125.       OnExecute = ExitExecute
  126.     end
  127.     object ToolbarAction: TUiAction
  128.       Category = 'View'
  129.       Caption = '&Toolbars'
  130.       Hint = 'Toolbars|Lists toolbars that can be shown or hidden.'
  131.       OnExecute = ToolbarPopulate
  132.     end
  133.     object FileFormatManagerAction: TUiAction
  134.       Category = 'Tools'
  135.       Caption = 'File &Formats...'
  136.       Hint = 'File Formats|Manages the file format list.'
  137.       OnExecute = FileFormatManagerExecute
  138.     end
  139.     object ProgramOptionsAction: TUiAction
  140.       Category = 'Tools'
  141.       Caption = '&Options...'
  142.       Hint = 'Options|Sets global preferences.'
  143.       ImageIndex = imgOptions
  144.       OnExecute = ProgramOptionsExecute
  145.     end
  146.     object ToolbarsCustomizeAction: TUiAction
  147.       Category = 'Tools'
  148.       Caption = '&Customize Commands...'
  149.       Hint = 
  150.         'Customize Commands|Configures the toolbar, menus and keyboard sh' +
  151.         'ortcuts.'
  152.       OnExecute = ToolbarsCustomizeExecute
  153.     end
  154.     object FtpProfileManagerAction: TUiAction
  155.       Category = 'Tools'
  156.       Caption = 'FTP &Profiles...'
  157.       Hint = 'FTP Profiles|Manages the FTP profile list.'
  158.       OnExecute = FtpProfileManagerExecute
  159.     end
  160.     object SourceControlManagerAction: TUiAction
  161.       Category = 'Tools'
  162.       Caption = 'Source Control &Integration...'
  163.       Hint = 
  164.         'Source Control Integration|Manages integration with version cont' +
  165.         'rol systems.'
  166.       OnExecute = SourceControlManagerExecute
  167.     end
  168.     object SaveSnapshotAction: TUiAction
  169.       Category = 'Tools'
  170.       Caption = 'Save &Snapshot...'
  171.       Hint = 
  172.         'Save Snapshot|Saves details of specified folder for future compa' +
  173.         'rison.'
  174.       OnExecute = SaveSnapshotExecute
  175.     end
  176.     object ExportAction: TUiAction
  177.       Category = 'Tools'
  178.       Caption = '&Export Settings...'
  179.       Hint = 'Export Settings|Saves user settings as a file.'
  180.       OnExecute = ExportExecute
  181.     end
  182.     object ImportAction: TUiAction
  183.       Category = 'Tools'
  184.       Caption = '&Import Settings...'
  185.       Hint = 'Import Settings|Loads user settings from a file.'
  186.       OnExecute = ImportExecute
  187.     end
  188.     object RaiseExceptionAction: TUiAction
  189.       Category = 'Tools'
  190.       Caption = 'Raise Exception'
  191.       Hint = 'Raise Exception'
  192.       OnExecute = RaiseExceptionExecute
  193.     end
  194.     object TweaksAction: TUiAction
  195.       Category = 'Tools'
  196.       Caption = 'Tweaks...'
  197.       Hint = 'Tweaks|Sets global tweaks.'
  198.       OnExecute = TweaksExecute
  199.     end
  200.     object HelpContentsAction: TUiAction
  201.       Category = 'Help'
  202.       Caption = '&Contents'
  203.       Hint = 'Contents|Lists help topics.'
  204.       ImageIndex = imgHelpContents
  205.       OnExecute = HelpContentsExecute
  206.     end
  207.     object VisitSiteAction: TUiAction
  208.       Category = 'Help'
  209.       Caption = 'Scooter Software on the &Web'
  210.       Hint = 'Visit Site|Opens the Scooter Software website in your browser.'
  211.       OnExecute = VisitSiteExecute
  212.     end
  213.     object CheckForUpdatesAction: TUiAction
  214.       Category = 'Help'
  215.       Caption = 'Check for &Updates'
  216.       Hint = 
  217.         'Check for Updates|Checks our website to see if a newer version i' +
  218.         's available.'
  219.       OnExecute = CheckForUpdatesExecute
  220.     end
  221.     object SupportAction: TUiAction
  222.       Category = 'Help'
  223.       Caption = '&Support'
  224.       Hint = 'Support|Displays Scooter Software contact information.'
  225.       OnExecute = SupportExecute
  226.     end
  227.     object EnterKeyAction: TUiAction
  228.       Category = 'Help'
  229.       Caption = 'Enter Key...'
  230.       Hint = 'Enter Key|Enter registration key.'
  231.       OnExecute = EnterKeyExecute
  232.     end
  233.     object AboutAction: TUiAction
  234.       Category = 'Help'
  235.       OnExecute = AboutExecute
  236.     end
  237.   end
  238. end
  239.